Release 10.1A: OpenEdge Application Server:
Administration
Eliminating the NameServer
Use of the NameServer is optional. There are several reasons why you might want to eliminate the NameServer from your configuration:
If you choose not to use the NameServer, configure your Transaction Server to indicate that it should not register with a NameServer. Then, configure your Messenger to connect directly to the Transaction Server.
![]()
To eliminate the NameServer using Progress Explorer:
- Open your broker’s Properties dialog box.
- Select Controlling NameServer under the Broker node.
- Deselect the Register With NameServer check box.
- Choose the OK button.
- Open your Messenger’s Properties dialog box.
- Select the Controlling NameServer node.
- Deselect the Connect Using NameServer check box.
- Type the hostname and port number of the broker.
- Choose the OK button.
You can also eliminate the NameServer by directly editing the
ubroker.propertiesfile, although using Progress Explorer is less error prone.
![]()
To eliminate the NameServer by editing the ubroker.properties file:
- Open
install-dir/properties/ubroker.propertiesin a text editor.- Find the broker definition for your Transaction Server. For example:
Note that
wsbroker1is the name of the Transaction Server.- Add and set the following property:
Or, if
registerNameServeris already set to1, reset it to0.- Find the definition for your Messenger. For example, if you use
CGIIP:
- Add and set the following property:
Or, if
registerNameServeris already set to1, reset it to0.- Add and set the port number for your broker. For example, if you are using the default
wsbroker1:
Note: When you eliminate the NameServer, the Messenger can only access one WebSpeed Transaction Server (broker). One of the advantages of using the NameServer is that you can run multiple brokers.- Save and close the
ubroker.propertiesfile.
|
Copyright © 2005 Progress Software Corporation www.progress.com Voice: (781) 280-4000 Fax: (781) 280-4095 |